home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9875 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.7 KB

  1. Path: newsbf02.news.aol.com!not-for-mail
  2. From: mackboring@aol.com (MackBoring)
  3. Newsgroups: comp.lang.c
  4. Subject: HELP NEEDED..Please no Sermons
  5. Date: 13 Mar 1996 20:41:55 -0500
  6. Organization: America Online, Inc. (1-800-827-6364)
  7. Sender: root@newsbf02.news.aol.com
  8. Message-ID: <4i7th3$c9@newsbf02.news.aol.com>
  9. Reply-To: mackboring@aol.com (MackBoring)
  10. NNTP-Posting-Host: newsbf02.mail.aol.com
  11.  
  12. ****** PLEASE DO NOT REPLY WITH SPEECHES OR NASTY POSTS************
  13. First please read at least this short paragraph.
  14.  Iam a student that is desperately in a hole. I am not wishing to cheat my
  15. self out of an education of C , but...I have a scenario.  I am recently a
  16. new farther (4 week old boy) and have enrolled in this C class and am
  17. trying to pass the class right now so I can strengthen my programming on
  18. my own after it is finished. 
  19.  I have slipped so far behind with my son being born that I need to pass
  20. because I can not finacially pay back my empolyer at terms end...........I
  21. appeal to anyone that has been stuck in a simialr bind
  22. I need to solve these problems in a very simple manner(basic C class)
  23. using simple Loops,Arrays,Functions..... etc
  24.  
  25. P.S If there is some compensation require please drop me a line
  26. .............Thanks in Advance   FRED
  27.  
  28.  
  29. 5. Create an array of 20 random numbers that fall between 1 and 99. Print
  30. out the array.Then sort the array in ascending sequence. Print out the
  31. sorted array.
  32.  
  33. 6. Write a program to allow you to enter todays date,name and address then
  34. right justify(LINE UP) this data at column 78. example
  35.                                                              John Smith
  36.                                                              ABC
  37. Corporation
  38.                                                              Main Street
  39.                                                             
  40. Anywhere,State 
  41.  
  42. 7.Write aprogram to compute farenheit to celsius temperature. The table
  43. should run from -40 to 220 degrees farenheit in signle degree
  44. intervals.Show farenheit as an integer and celsius as a float. Conversion
  45. formula is..................... C=(5/9)*(F-32)
  46.  
  47. 8. Write a program using a contigous numerical sequence, to print a
  48. listing of all possible arragments of the digits 000  thru 999 three
  49. digits at a time for example 000,001,002....998,999
  50.  
  51. 9. Access the clock display the time on the screen( e.g 14.20.33). Now
  52. translate the time into printed words and display that on screen. Noon and
  53. midnight should be so named .
  54. ************************************* Ifpossible create a  loop(for a set
  55. period of time or until a key is pressed) displaying the time  each time
  56. through the loop. If possible set  an alarm to beep at a given (requested)
  57. time. If you want to show(translate into words) the seconds.
  58.